net/http.http2bufferedWriter.bw (field)
8 uses
net/http (current package)
h2_bundle.go#L3557: bw *bufio.Writer // non-nil when data is buffered
h2_bundle.go#L3579: if w.bw == nil {
h2_bundle.go#L3582: return w.bw.Available()
h2_bundle.go#L3586: if w.bw == nil {
h2_bundle.go#L3589: w.bw = bw
h2_bundle.go#L3591: return w.bw.Write(p)
h2_bundle.go#L3595: bw := w.bw
h2_bundle.go#L3602: w.bw = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |